From 0766ed3257953891c014ab73eda3ad09a14cc6fc Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 12 Mar 2014 09:58:22 +0000 Subject: [PATCH] mc: disable the use of libssh2 Signed-off-by: Felix Fietkau SVN-Revision: 39882 --- utils/mc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/mc/Makefile b/utils/mc/Makefile index f43c5a1f2..73881d7d0 100644 --- a/utils/mc/Makefile +++ b/utils/mc/Makefile @@ -46,6 +46,7 @@ endef CONFIGURE_ARGS += \ --enable-utf8 \ --disable-doxygen-doc \ + --disable-vfs-sftp \ --with-screen=ncurses \ --without-gpm-mouse \ --without-x \ -- 2.30.2